home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1843 / 1843.xpi / skin / classic / css.css < prev    next >
Cascading Style Sheet File  |  2009-09-16  |  2KB  |  114 lines

  1. /* See license.txt for terms of usage */
  2.  
  3. .panelNode-css {
  4.     overflow-x: hidden;
  5. }
  6.  
  7. .cssSheet > .insertBefore {
  8.     height: 1.5em;
  9. }
  10.  
  11. .cssRule {
  12.     position: relative;
  13.     margin: 0;
  14.     padding: 1em 0 0 6px;
  15.     font-family: Monaco, monospace;
  16.     color: #000000;
  17. }
  18.  
  19. .cssRule:first-child {
  20.     padding-top: 6px;
  21. }
  22.  
  23. .cssElementRuleContainer {
  24.     position: relative;
  25. }
  26.  
  27. .cssHead {
  28.     padding-right: 150px;
  29. }
  30.  
  31. .cssProp {
  32.     padding-left: 2em;
  33. }
  34.  
  35. .cssPropName {
  36.     color: DarkGreen;
  37. }
  38.  
  39. .cssPropValue {
  40.     margin-left: 8px;
  41.     color: DarkBlue;
  42. }
  43.  
  44. .cssOverridden {
  45.     text-decoration: line-through;
  46. }
  47.  
  48. .cssInheritedRule {
  49. }
  50.  
  51. .cssInheritLabel {
  52.     margin-right: 0.25em;
  53.     font-weight: bold;
  54. }
  55.  
  56. .cssRule .objectLink-sourceLink {
  57.     top: 0;
  58. }
  59.  
  60. .cssProp.editGroup:hover {
  61.     background: url(chrome://firebug/skin/disable.png) no-repeat 2px 1px;
  62. }
  63.  
  64. .cssProp.disabledStyle {
  65.     background: url(chrome://firebug/skin/disableHover.png) no-repeat 2px 1px;
  66.     opacity: 1;
  67.     color: #CCCCCC;
  68. }
  69.  
  70. .cssProp.disabledStyle > .cssPropName,
  71. .cssProp.disabledStyle > .cssPropValue {
  72.     color: inherit;
  73. }
  74.  
  75. .cssPropValue.editing + .cssSemi,
  76. .inlineExpander + .cssSemi {
  77.     display: none;
  78. }
  79.  
  80. .cssPropValue.editing {
  81.     white-space: nowrap;
  82. }
  83.  
  84. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  85.  
  86. .stylePropName {
  87.     font-weight: bold;
  88.     padding: 0 4px 4px 4px;
  89.     width: 50%;
  90. }
  91.  
  92. .stylePropValue {
  93.     width: 50%;
  94. }
  95.  
  96. .useA11y .a11yCSSView .focusRow:focus {
  97.     outline: none;
  98.     background-color: transparent
  99.  }
  100.  
  101.  .useA11y .a11yCSSView .focusRow:focus .cssSelector, 
  102.  .useA11y .a11yCSSView .focusRow:focus .cssPropName, 
  103.  .useA11y .a11yCSSView .focusRow:focus .cssPropValue,
  104.  .useA11y .a11yCSSView .computedStyleRow:focus, 
  105.  .useA11y .a11yCSSView .groupHeader:focus {
  106.     outline: 2px solid #FF9933;
  107.     outline-offset: -2px;
  108.     background-color: #FFFFD6;
  109.  }
  110.  
  111.  .useA11y .a11yCSSView .groupHeader:focus {
  112.     outline-offset: -2px;
  113.  }
  114.